We are migrating the bug tracker to github Issues. This is now the preferred way to report NASM bugs.
Self-registration is disabled due to spam issue (mail gorcunov@gmail.com or hpa@zytor.com to create an account)
$ nasm -v NASM version 2.13.02rc2 compiled on Sep 27 2017 $ cat test.asm and byte [0], ~80h $ nasm test.asm test.asm:1: warning: byte data exceeds bounds [-w+number-overflow] $ Expected: No warning.
Fixed in checkin aaefc7fe6b9e4302ae0a9353695e9680de083913. The duplicate warning for the cases of valid warnings is resolved in checkin 89215e9e371b825f589cb9ebd220a5d97c8f2dc0.